home *** CD-ROM | disk | FTP | other *** search
- .key param
-
- ;here is DP Managing 3.0 script installation
-
- ;Author : David Scrève
- ;Version : 3.0
- ;Revision : 7.0
- ;Date : 92-12-22
- ;Size : 2823 Bytes
-
- ; CopyRight David Scrève © 1992
- ;All Rights Reserved
- Failat 20
-
- ;this script must be execute from DF0: with a complete OS 2.04
-
- echo "Installing DP Managing 3.0 in : "<param>
- echo "CopyRight David Scrève © 1992"
- echo "All Rights Reserved."
- echo "This material is shareware. It's prohibited to use it if you don't"
- echo "register and if you don't pay the shareware."
- Ask "Are you sure you want to continue (Y/N) ?"
- if WARN
- Version >NIL: exec.library 37
- If WARN
- Echo "DP Managing requires un Kickstart V37 or higher : Can't install DP Managing."
- echo "Installation canceled..."
- else
- Version >NIL: LIBS:reqtools.library
- If NOT ERROR
- Echo "Version of reqtools.library already installed :"
- Version LIBS:reqtools.library
- Echo ""
- EndIf
- Ask "Install special version Kickstart 2.0 of reqtools.library (38.810) ?"
- If WARN
- Copy ":libs/reqtools.library" LIBS:reqtools.library
- Avail >NIL: FLUSH
- Echo "*nreqtools.library (version for 2.0) installed."
- EndIf
- Avail >NIL: FLUSH
- cd "<param>"
-
- makedir "DP Managing" >Nil:
- copy df0:Icon/directory.info "DP Managing.info"
- cd "DP Managing"
- copy df0:muchmore c:muchmore
- copy "df0:documentation/DP Managing.English.info" "DP Managing.doc.info"
- copy "df0:documentation/DP Managing.English" "DP Managing.doc"
- copy "df0:UserStyle.doc" "UserStyle.doc"
- copy "df0:UserStyle.doc.info" "UserStyle.doc.info"
- copy "df0:UpDate/3.0 UpDate.English" "3.0 Update.doc"
- copy "df0:UpDate/3.0 UpDate.English.info" "3.0 UpDate.doc.info"
- copy "df0:Icon/DPManaging_English.info" "DP Managing.info"
- makedir Adherent >Nil:
- makedir Disque >Nil:
- makedir Categorie >NIL:
- makedir Tempdir >NIL:
- cpu check 68020 >NIL:
- if NOT WARN
- echo "MC 68020 détected"
- Ask "Install special version compiled for 68020 (Y/N) ?"
- if WARN
- copy "DP Managing.info" "DP Managing 020.info"
- delete >NIL: "DP Managing.info"
- copy "df0:DPManaging 3.0-020" "DP Managing 020"
- else
- echo "Install normal version compiled for MC 68000..."
- copy "df0:DPManaging 3.0" "DP Managing"
- endif
- else
- echo "No MC 68020 détected"
- echo "Install normal version compiled for MC 68000..."
- copy "df0:DPManaging 3.0" "DP Managing"
- Endif
- echo "Installation complete."
- Endif
- else
- echo "Installation canceled..."
- endif
-
-